home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
netutils
/
lsp135.arj
/
LSP135.DSK
/
unc.dsk
/
SAMPLES
/
EXAMPLE5.RSP
< prev
next >
Wrap
Text File
|
1993-12-15
|
2KB
|
48 lines
* ----------------------------------------------------------------------
* EXAMPLE5.RSP
* This response file migrates to DXMJ0MOD.SYS with IBMTOK.DOS.
* This response file migrates LSP parameters where possible.
* If the existing configuration contains DXME0MOD.SYS, DXMT0MOD.SYS and
* IBMTOK.DOS, then the resulting configuration will contain DXME0MOD.SYS
* DXMJ0MOD.SYS and IBMTOK.DOS.
* NOTE: This example ASSUMES that the existing configuration contains
* IBMTOK.DOS.
*
INST_SECTION = (
; Use the input configuration for LSP driver parameters.
MigrateControlFiles = 1
; Do not check the LAN adapters installed. This effectively removes
; any non-NDIS LSP drivers from the configuration.
AdapterCheck = 0
; Define target location for LSP files
TargetPath = c:\lsp135
; Change DRIVERS to the location of your NIF, NDIS MAC driver, etc.
; Note: DRIVERS is not fully qualified, so it will be searched for
; 1) in the current directory
; 2) as a subdirectory off of the LSP source path
; DriverDiskPath is not necessary if the MAC driver is already in
; target path.
DriverDiskPath = DRIVERS
)
PROT_SECTION = (
; The following statement specifies the DXMJ0MOD.SYS driver name.
DriverName = NETBEUI$
; The following statement specifies that the MAC driver is IBMTOK.DOS
; Notice that it uses IBMTOK_NIF instead of IBMTOK_MOD.
; This is because the PROTOCOL.INI file on the workstation has '_NIF'
; appended to the driver file names (to generate the bracketed module
; names); whereas the sample PROTOCOL.INI shipped with LSP has '_MOD'
; appended to the driver file names. Contrast with EXAMPLE3.RSP and
; EXAMPLE4.RSP.
bindings = IBMTOK_NIF
; Turn off piggy-backed acknowledgements.
PiggyBackAcks = 0
)
*** End of Response file EXAMPLE5